WCGW (What Could Go Wrong)

CodingAssistant
ShellAccess
57 stars
MIT
Free and open-source
12/5/2024

About

Transform your coding experience with WCGW, a cutting-edge shell and coding agent designed specifically for the Claude desktop app. This innovative tool empowers developers with seamless shell access and intelligent coding assistance, making it an indispensable companion for both development and system management tasks through natural language interaction.

Setup Instructions

Ensure Python 3.10 or higher is installed
Clone the repository:

bashCopygit clone https://github.com/rusiaaman/wcgw.git

Navigate to the directory:

bashCopycd wcgw

Install the package:

bashCopypip install -e .

Create a configuration file:

bashCopymkdir -p ~/.config/wcgw
touch ~/.config/wcgw/config.json

Set up authentication:


Add your API key to the config.json file
Configure any necessary permissions


Run the application:

bashCopywcgw
Additional Setup Notes:

Requires Python 3.10+
Supports Windows, MacOS, and Linux
For development, install additional dependencies with: pip install -e ".[dev]"
Configuration file should be placed in ~/.config/wcgw/config.json

Contributors

Discussion

Please sign in to join the discussion